From b74601078d08a923241d3b52e065afd663e2ff3f Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Fri, 18 Feb 2011 10:35:37 +0000 Subject: doxygen: readblenfile part of data group --- doc/Doxyfile | 3 ++- doc/doxygen.main | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/Doxyfile b/doc/Doxyfile index d8c18a8ff63..58622b34ff8 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -623,7 +623,8 @@ INPUT = doxygen.main \ ../source/blender/makesdna \ ../source/blender/makesrna \ ../intern/ghost \ - ../source/blender/blenloader + ../source/blender/blenloader \ + ../source/blender/readblenfile # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is diff --git a/doc/doxygen.main b/doc/doxygen.main index c5a3ee3dd28..c7db6539cbe 100644 --- a/doc/doxygen.main +++ b/doc/doxygen.main @@ -87,6 +87,10 @@ * \ingroup data */ +/** \defgroup readblenfile readblenfile + * \ingroup data + */ + /** \defgroup gui GUI */ /** \defgroup wm windowmanager -- cgit v1.2.3