Skip to content

Commit

Permalink
Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
cescofry committed Jul 9, 2013
1 parent 68e9a06 commit 1a105d2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Strings/ZFLangFile.m
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@ - (id)initWithURL:(NSURL *)url {

}

/*!
@abstract
Generate Lang file as opposite of the given one
@param langFile the langfile to opposite copy
@return instance of the lang file
@discussion Used before converting a file from one ty to the other, as a reference of an existing file needs to exists
*/

- (id)initWithCouplingLanguage:(ZFLangFile *)langfile {
self = [self init];
if (self) {
Expand Down

0 comments on commit 1a105d2

Please sign in to comment.