due to an error in the Doxyfile, documentation within conditional macros like PdfSurface is not included in the produced docs. the following patch fixes this. --- Doxyfile~ 2006-08-19 18:17:58.000000000 +0200 +++ Doxyfile 2006-08-19 18:21:55.000000000 +0200 @@ -174,7 +174,7 @@ # Configuration options related to the preprocessor #--------------------------------------------------------------------------- ENABLE_PREPROCESSING = YES -MACRO_EXPANSION = NO +MACRO_EXPANSION = YES EXPAND_ONLY_PREDEF = NO SEARCH_INCLUDES = YES INCLUDE_PATH =
Created attachment 6604 [details] sets Doxygen flag MACRO_EXPANSION to YES fixes problem with not included documentation
Just to clarify, are you saying that you get no documentation for the PdfSurface class? Because it seems to get produced for me. What version of doxygen do you have installed?
yes, there is only ImageSurface in my hierarchy. this is with doxygen-1.4.4. oh, and the patch would have to be applied to Doxyfile.in, sorry.
you may be right, I'm chasing ghosts here. it appears I earlier made my own docs from the headers, for whatever reason, and that didn't include the classes, obviously. I'm very sorry to have wasted your time.
no problem. Thanks for taking the time to report the problem, even if it didn't turn out to be a problem :)
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.