mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 03:57:16 +00:00
doxygen, comments
This commit is contained in:
parent
d757ccd8f2
commit
ae0e04e2ec
@ -12,6 +12,9 @@
|
||||
See the COPYING file for more details.
|
||||
*/
|
||||
|
||||
//! @file array.hpp
|
||||
//! Template for arrays.
|
||||
|
||||
#ifndef ARRAY_HPP_INCLUDED
|
||||
#define ARRAY_HPP_INCLUDED
|
||||
|
||||
@ -63,7 +66,7 @@ private:
|
||||
T a[N];
|
||||
};
|
||||
|
||||
}
|
||||
} // end namespace util
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
See the COPYING file for more details.
|
||||
*/
|
||||
|
||||
//! @file clipboard.cpp
|
||||
//! @file clipboard.hpp
|
||||
//!
|
||||
|
||||
#ifndef CLIPBOARD_HPP_INCLUDED
|
||||
|
Loading…
x
Reference in New Issue
Block a user