aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/botan.doxy.in
Commit message (Collapse)AuthorAgeFilesLines
* Website tweaks. Rename TLS suite script options.lloyd2014-01-111-1/+0
|
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-101-1/+1
| | | | | | | | | | | Add `website` target to makefile. Some progress towards fixing minimized builds. TLS now hard requires ECDSA and GCM since otherwise a minimized build has only insecure options. Remove boost_thread dependency in command line tool
* Correct path to lib sources in Doxygen config (bugzilla 259)lloyd2014-01-061-1/+1
|
* Add a comment so I remember how to get warningslloyd2012-07-061-1/+3
|
* Disable generating LaTeX Doxygen output as we don't really need it andlloyd2012-07-061-0/+8
| | | | it is very slow to generate.
* Integrate building docs using Sphinx and Doxygen into the makefilelloyd2011-04-181-56/+10
| | | | | | | | | | | | | proper. Enabled using --use-sphinx and --use-doxygen options, both of which default to false. If Sphinx isn't enabled, the ReST sources are copied directly (a case where having a very readable source format comes in handy...) The reference manual (either Sphinx processed into HTML, or the raw source) and the Doxygen output (if enabled) are copied into the doc directory upon install on Unix. Currently not done on Windows, the install target is fairly bogus there currently, and hasn't been tested in some time.
* Remove DETAILS_AT_TOP, not a Doxygen option anymorelloyd2010-06-161-1/+0
|
* Don't extract local classeslloyd2010-06-151-2/+2
|
* More Doxygen updateslloyd2010-06-151-2/+2
|
* Exclude Python/Perl wrappers from Doxygen outputlloyd2010-06-071-1/+1
|
* Show inherited members; makes Doxygen output much more sensiblelloyd2010-06-021-1/+1
|
* Disable STRIP_CODE_COMMENTS for Doxygen outputlloyd2009-07-211-1/+1
|
* Change the makefile template language somewhat. Previously variableslloyd2009-07-011-1/+1
| | | | | | | | | | | | | | | | | had been denoted with @{var:NAME}, this has changed to %{NAME}. This is pretty much a wash for configure.pl but it makes it much easier to process the templates using Python's string.Template. The logic being the 'var:' prefix had been to support conditional statements in the templates (using an 'if:' prefix), but this functionality was not being used and support for it is removed from configure.pl in this revision. For a similiar reason, rename a number of template variables with hyphens in their name to use underscores instead. This is slightly more consistent anyway (since many variable names had already used _ instead of -) but more importantly makes them much easier to deal with using aforementioned Python template code. This should not result in any user-visible change (unless I messed up).
* Fix include of mp_asm.h in mp_ia32_msvc/mp_asmi.h (used quotes instead of ↵lloyd2008-10-151-4/+4
| | | | brackets)
* Enable sorting in Doxygen outputlloyd2008-10-141-1/+1
|
* Disable generation of man pageslloyd2008-10-131-1/+1
|
* Don't extract static - Doxygen extracts private static which makes a messlloyd2008-10-131-1/+1
|
* Further doxygen config tweakslloyd2008-10-131-2/+2
|
* Disable extracting private, static, and local functions in Doxygen (too much ↵lloyd2008-10-131-3/+3
| | | | clutter)
* Add basic support for Doxygen, including a make targetlloyd2008-10-131-0/+233