]> Dogcows Code - chaz/openbox/blobdiff - otk/property.hh
finish conversion to the new otk::OBProperty class with its new interface
[chaz/openbox] / otk / property.hh
index 912d8286c04a299c32087369b514e19ca4f78c96..215f941f47b8d7021713e3f6003869a1665658f0 100644 (file)
@@ -141,15 +141,19 @@ public:
     kde_net_wm_system_tray_window_for,
     kde_net_wm_window_type_override,
  
+#ifndef DOXYGEN_IGNORE
     // constant for how many atoms exist in the enumerator
     NUM_ATOMS
+#endif
   };
 
   //! The possible types/encodings of strings
   enum StringType {
     ascii, //!< Standard 8-bit ascii string
     utf8,  //!< Utf8-encoded string
+#ifndef DOXYGEN_IGNORE
     NUM_STRING_TYPE
+#endif
   };
 
 private:
This page took 0.021502 seconds and 4 git commands to generate.