X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Fdoc%2Fdocsys.txt;h=b855749acea7e02c158d1cf108724bcbb41e7089;hb=dbe3b315edac25079fcbfe4df20e80b534f2a7a1;hp=3bb1703fc1d30fe6c201db38b0837f1e292db2e7;hpb=60ff9b9487c208e8c6e3ef0a6507204f90c8ad12;p=libucw.git diff --git a/ucw/doc/docsys.txt b/ucw/doc/docsys.txt index 3bb1703f..b855749a 100644 --- a/ucw/doc/docsys.txt +++ b/ucw/doc/docsys.txt @@ -91,10 +91,15 @@ Definition comments You can write comments documenting specific definition. Definition comment has the asterisks doubled. The multi-line version must be directly above the definition, the single-line on the same line right -of the definition. +of the definition or on a line before. void function(int parameter); /** This is a function. **/ +or + + /** This is a function. **/ + void function(int parameter); + or /**