After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 163167 - build process needs docs/reference/Doxyfile.in cleanup
build process needs docs/reference/Doxyfile.in cleanup
Status: RESOLVED FIXED
Product: libgdamm
Classification: Other
Component: general
git master
Other Linux
: Normal minor
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2005-01-06 20:43 UTC by Daniel Holbach
Modified: 2011-01-16 23:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Doxyfile cleanup (updated by using doxyfile -u) (8.55 KB, patch)
2005-01-06 20:45 UTC, Daniel Holbach
none Details | Review

Description Daniel Holbach 2005-01-06 20:43:26 UTC
@LIBGDAMM_DOXYGEN_INPUT@ was confused with @LIBGNOMEMM_DOXYGEN_INPUT@ and some
Doxyfile.in has some obsolete entries
Comment 1 Daniel Holbach 2005-01-06 20:45:10 UTC
Created attachment 35578 [details] [review]
Doxyfile cleanup (updated by using doxyfile -u)

most importantly:
-INPUT			= @LIBGNOMEMM_DOXYGEN_INPUT@
+INPUT			= @LIBGDAMM_DOXYGEN_INPUT@

then I used doxyfile -u to update it and removed the configfile comments again
Comment 2 Murray Cumming 2005-01-06 21:39:43 UTC
Looks good. Applied. Thanks.

Please don't forget to patch the Changelog and create a patch from the top level
in future.