Aegisub/aegisub
Amar Takhar 6ee2f98349 Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs.  This isn't the actual document in itself but empty documentation using any old documentation if it was there.

This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.

Some notes:
 * Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
 * Some multiline comments may have been munged into single line comments
 * Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
 * Enum comments can go after the enumeration itself '[value] /// comment'
 * include/aegisub/*.h haven't been converted yet, this will be done in a later commit
 * Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.

See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.

Originally committed to SVN as r3312.
2009-07-29 22:59:22 +00:00
..
automation Fix bugs in kara-templater causing tenv.relayer and tenv.restyle functions to fail. 2009-07-25 18:16:37 +00:00
build Let Aegisub project file pick up wx relative to the solution file, using VSProps from r3273. 2009-07-25 16:57:11 +00:00
desktop SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
libass Update to 9ad13b from the libass git repo. (http://greg.geekmind.org/viewgit/) This change also includes the ability to split off fontconfig cache updating into it's own step so dialogues can be used to warn the user about the font cache being updated (it can take several mins on slow machines with lots of fonts). Updates #841 2009-07-19 19:33:29 +00:00
libffms Add src/core/*.h not core/*.h to SOURCES for distfiles. 2009-07-13 23:26:03 +00:00
m4macros Add a cross-compile condition to AC_RUN_IFELSE in AC_AGI_COMPILE to make cross-compiling work. 2009-04-21 22:32:07 +00:00
packages Surgically remove Automation 3. 2009-07-23 00:19:36 +00:00
po Added Korean translation by FreeTime. (Previous version was from 2006 or so.) 2009-07-27 23:36:08 +00:00
src Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise. 2009-07-29 22:59:22 +00:00
tinderbox More changes to Windows buildbot script, going to use VCBuild now instead of MSBuild. 2009-07-26 14:33:23 +00:00
tools Mostly fix unix build issues related to the new image embedding. 2009-07-25 18:08:17 +00:00
universalchardet Remove a deprecated compiler flag causing warnings during universalcharset build on Windows. 2009-07-13 22:37:19 +00:00
acinclude.m4 SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
autogen.sh Switch from converting .bmp->XPM dynamically during the autogen step into building libresrc directly from the XPM buttons now that the .bmp files are gone. 2009-07-23 23:51:13 +00:00
configure.in Commit changes to support importing bitmaps as character strings, this is still broken however the final fix should be quite simple. 2009-07-25 09:35:44 +00:00
INSTALL SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
Makefile.am Commit changes to support importing bitmaps as character strings, this is still broken however the final fix should be quite simple. 2009-07-25 09:35:44 +00:00
README SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00

* To be written.