diff options
author | Rob Austein <sra@hactrn.net> | 2010-04-01 21:21:55 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-04-01 21:21:55 +0000 |
commit | f565c8c3c206f27e131d8447259a741ac01d34d1 (patch) | |
tree | 3e0ee11503a884dea53470b7b1fc46549328a143 /rpkid/rpki/__init__.py | |
parent | 860e5e527deba5adea8f3bbf608afb150df00e82 (diff) |
Doxygen appears to have changed out from under us, old version had
some issues anyway, so start fixing stuff to work with current
Doxygen. Disable non-Doxygen use of Graphviz for the moment, as this
appears to be the source of most of the current trouble; will need to
fix this, but at least the rest of the doc builds again now.
svn path=/rpkid/Doxyfile; revision=3149
Diffstat (limited to 'rpkid/rpki/__init__.py')
-rw-r--r-- | rpkid/rpki/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rpkid/rpki/__init__.py b/rpkid/rpki/__init__.py index 8effcde8..2c567b53 100644 --- a/rpkid/rpki/__init__.py +++ b/rpkid/rpki/__init__.py @@ -1776,6 +1776,8 @@ # upon the %object to be published passing whatever access control checks # the %publication server imposes. +## @cond DOT_COMMANDS_DONT_BREAK_DOXYGEN_ANYMORE + ## @page sql-schemas SQL database schemas # # @li @subpage rpkid-sql "rpkid database schema" @@ -2023,6 +2025,8 @@ # static configuration of the left-right and publication control # certificates. +## @endcond + # Local Variables: # compile-command: "cd .. && make doc" # End: |