Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
basic
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xrm
basic
Commits
aeae7fcf
Commit
aeae7fcf
authored
6 years ago
by
Johannes Goderbauer
Browse files
Options
Downloads
Patches
Plain Diff
fix of wrong asciidoc for comment symbols: /**
parent
ba3a15e8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
others/guide/how to write JDito code.adoc
+2
-2
2 additions, 2 deletions
others/guide/how to write JDito code.adoc
with
2 additions
and
2 deletions
others/guide/how to write JDito code.adoc
+
2
−
2
View file @
aeae7fcf
...
...
@@ -147,7 +147,7 @@ Add @ignore to the comment of the private functions.
== JS-Doc ==
<1> JS-Doc comment: http://usejsdoc.org/
<2> jsdoc-blocks have to start with /
**
because the tool to generate docs out of jsdoc only works with /
**
<2> jsdoc-blocks have to start with /
**
because the tool to generate docs out of jsdoc only works with /
**
<3> use the correct form for optional/required parameters: http://usejsdoc.org/tags-param.html
Optional parameter: [alias=the current alias]
Required parameter: alias
...
...
@@ -170,7 +170,7 @@ function SqlCondition(pAlias)
<3> examples are useful on more complex functions
<4> constructor function; init properties (do not set functions ("methods") here!)
<5> add functions ("methods") to the prototype, they are available through the prototype chain
<6> the comments have to start with /
** not /*
otherwise JSDoc cannot generate a documentation
<6> the comments have to start with /
** not /*
otherwise JSDoc cannot generate a documentation
And how to use it (normally you'd want to use preparedStatements but for the sake of an easy example it's a bit shorter here)
See also HowToSqlConditionLib.adoc for a full documentation.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment