More doxygen.

Learning how to manually link to other classes.
We may have to take advantage of this to keep
proper english.
This commit is contained in:
Jason Felds
2011-02-19 11:35:15 -05:00
parent 7666a68151
commit ffebd5010f
4 changed files with 64 additions and 16 deletions
+8 -4
View File
@@ -1,5 +1,3 @@
/* XmlFileUtil - A little graphic to the left of the song's text banner in the MusicWheel. */
#ifndef XML_FILE_UTIL_H
#define XML_FILE_UTIL_H
@@ -7,6 +5,10 @@ class RageFileBasic;
class XNode;
struct lua_State;
/**
* @brief A little graphic to the left of the song's text banner in the MusicWheel.
*
* This is designed to help work with XML files. */
namespace XmlFileUtil
{
bool LoadFromFileShowErrors( XNode &xml, const RString &sFile );
@@ -27,8 +29,10 @@ namespace XmlFileUtil
#endif
/*
* (c) 2001-2004 Chris Danford
/**
* @file
* @author Chris Danford (c) 2001-2004
* @section LICENSE
* All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a