Add @cond NODOXYGEN to hide away __RPM_USES_STDINT_H__ from docs.
authorRalf Corsépius <corsepiu@fedoraproject.org>
Sun, 28 Oct 2007 04:02:00 +0000 (05:02 +0100)
committerRalf Corsépius <corsepiu@fedoraproject.org>
Sun, 28 Oct 2007 04:02:00 +0000 (05:02 +0100)
rpmdb/rpmints.h.in

index e117c73..ae4507b 100644 (file)
@@ -1,8 +1,10 @@
 #ifndef _RPM_RPMINTS_H
 #define _RPM_RPMINTS_H
 
+/* @cond NODOXYGEN */
 /* if rpm uses stdint.h */
 #undef __RPM_USES_STDINT_H__
+/* @endcond */
 
 #ifdef __RPM_USES_STDINT_H__
 #include <stdint.h>