Added edoc comments.

This commit is contained in:
Juan Jose Comellas
2009-10-06 17:03:51 -03:00
parent 7fcdbbe777
commit 468002ff8e
3 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -6,8 +6,8 @@
%%%-------------------------------------------------------------------
-module(getopt).
%% @headerfile getopt.hrl
-include("getopt.hrl").
%% @headerfile "getopt.hrl"
-define(TAB_LENGTH, 8).
-define(HELP_INDENTATION, 4 * ?TAB_LENGTH).