Doxyfy ircd_features.h and ircd_features.c.
[ircu2.10.12-pk.git] / include / ircd_features.h
index fcfd02c45caf79a4628f967ceb018c8f858bce33..4c0e63478966389e09bd40e2a946e7bf7e4ef5c1 100644 (file)
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * $Id$
+ */
+/* @file
+ * @brief Public interfaces and declarations for dealing with configurable features.
+ * @version $Id$
  */
 
 struct Client;
 struct StatDesc;
 
+/** Contains all feature settings for ircu.
+ * For documentation of each, see doc/readme.features.
+ */
 enum Feature {
   /* Misc. features */
   FEAT_LOG,