Skip to content

Commit

Permalink
Doxygen mainpage
Browse files Browse the repository at this point in the history
  • Loading branch information
Blokkendoos committed Mar 26, 2020
1 parent 6d40ca0 commit 03fba4b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

_ _ ____ _ _ _
/ \ / \ / ___(_)_ __ ___ _ _(_) |_
/ _ \ / _ \| | | | '__/ __| | | | | __|
/ ___ \ / ___ \ |___| | | | (__| |_| | | |_
/_/ \_\/_/ \_\____|_|_| \___|\__,_|_|\__|



Draw circuits using ASCII

This is a pythonized version of the original (Borland Delphi) AACircuit.
A kind of reversed engineered version, where the idea and GUI layout are taken from the original.

For the ASCII representation, use copy or "Save ASCII". Use a monospaced font in your document, news- or mailclient!

Library: every symbol has to be created for each of the four directions.
15 changes: 15 additions & 0 deletions mainpage.dox
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*!
@mainpage AACircuit

@author JvO (<A HREF="http://www.chaosgeordend.nl" TARGET="_top">www.chaosgeordend.nl</A>) \n
Copyright (C) 2020 \n

@section DownloadSourceCode Download
Download AACircuit source code using following link: \n
http://github.com/blokkendoos/AACircuit

@section README README
@verbinclude README.txt

*/

0 comments on commit 03fba4b

Please sign in to comment.