From f565c8c3c206f27e131d8447259a741ac01d34d1 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 1 Apr 2010 21:21:55 +0000 Subject: 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 --- rpkid/rpki/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rpkid/rpki/__init__.py') 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: -- cgit v1.2.3