[Pkg-voip-commits] [janus] 149/163: Fixed a couple of nits in the new js-modules documentation (see #1029)

Jonas Smedegaard dr at jones.dk
Sat Oct 28 01:22:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.2.5-1
in repository janus.

commit 95cf0aa219863a146885b1c2f01bbcc3f8c8ebff
Author: Lorenzo Miniero <lminiero at gmail.com>
Date:   Fri Oct 20 17:53:52 2017 +0200

    Fixed a couple of nits in the new js-modules documentation (see #1029)
---
 mainpage.dox | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/mainpage.dox b/mainpage.dox
index 4f44bcd..d45f5b7 100644
--- a/mainpage.dox
+++ b/mainpage.dox
@@ -617,19 +617,18 @@ janus.attach(
  *    incurring the overhead of a full build of the Janus Gateway.
  *
  * \section auto-build-js-modules Building modules using make
- * Each supported variant may be enabled by passing a corresponding \c --enable-javascript-*-module=yes flag
- * to \c configure before invoking \c make to build the Janus Gateway.
+ * Each supported variant may be enabled by passing a corresponding \c ––enable-javascript-*-module flag
+ * (with or without a \c =yes directive) to \c configure before invoking \c make to build the Janus Gateway.
  * Please note: if you do not pass any such flag, by default no modules will be built.
  *
  * The following table provides a summary of available module formats and their corresponding \c configure options:
  *
- * <table>
- * <caption id="js-module-support">Available JavaScript module formats</caption>
- * <tr><th>Module format (syntax)</th><th>File name</th><th>\c configure flag to pass</th></tr>
- * <tr><td>ECMAScript</td><td>janus.es.js</td><td>\c --enable-javascript-es-module=yes </td></tr>
- * <tr><td>Universal Module Definition (UMD)</td><td>janus.umd.js</td><td>\c --enable-javascript-umd-module=yes </td></tr>
- * <tr><td>CommonJS</td><td>janus.cjs.js</td><td>\c --enable-javascript-common-js-module=yes </td></tr>
- * <tr><td>Immediately Invoked Function Expression (IIFE)</td><td>janus.iife.js</td><td>\c --enable-javascript-iffe-module=yes </td></tr>
+ * <table class="table table-striped">
+ * <tr><th>Module format (syntax)</th><th>File name</th><th>configure flag to pass</th></tr>
+ * <tr><td>ECMAScript</td><td>janus.es.js</td><td>\c ––enable-javascript-es-module</td></tr>
+ * <tr><td>Universal Module Definition (UMD)</td><td>janus.umd.js</td><td>\c ––enable-javascript-umd-module</td></tr>
+ * <tr><td>CommonJS</td><td>janus.cjs.js</td><td>\c ––enable-javascript-common-js-module</td></tr>
+ * <tr><td>Immediately Invoked Function Expression (IIFE)</td><td>janus.iife.js</td><td>\c ––enable-javascript-iffe-module</td></tr>
  * </table>
  *
  * When built and installed, these module variants may be found in the \c $PREFIX/share/janus/javascript

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list