diff options
author | Hans Bolinder <[email protected]> | 2015-10-12 14:28:39 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2015-11-04 13:03:56 +0100 |
commit | de432f4ea9a8c29c931f30dd504662be1a01464d (patch) | |
tree | a23d49aac85900a7a03fc63ece2370950327020f /lib/stdlib/doc/src/c.xml | |
parent | 02aca536aec93edd799d67615e47bdb7b5babf4a (diff) | |
download | otp-de432f4ea9a8c29c931f30dd504662be1a01464d.tar.gz otp-de432f4ea9a8c29c931f30dd504662be1a01464d.tar.bz2 otp-de432f4ea9a8c29c931f30dd504662be1a01464d.zip |
[stdlib] Correct documentation
Fix mistakes found by 'xmllint'.
Diffstat (limited to 'lib/stdlib/doc/src/c.xml')
-rw-r--r-- | lib/stdlib/doc/src/c.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/c.xml b/lib/stdlib/doc/src/c.xml index a0f18bd899..e5238fa7db 100644 --- a/lib/stdlib/doc/src/c.xml +++ b/lib/stdlib/doc/src/c.xml @@ -121,12 +121,12 @@ compile:file(<anno>File</anno>, <anno>Options</anno> ++ [report_errors, report_w </func> <func> <name>lc(Files) -> ok</name> + <fsummary>Compile a list of files</fsummary> <type> <v>Files = [File]</v> <v>File = <seealso marker="file#type-filename">file:filename() </seealso></v> </type> - <fsummary>Compile a list of files</fsummary> <desc> <p>Compiles a list of files by calling <c>compile:file(File, [report_errors, report_warnings])</c> for each <c>File</c> in <c>Files</c>.</p> |