Commit Graph

687 Commits

Author SHA1 Message Date
Tom Henderson
9f77006419 remove outdated reference to statistics chapter 2014-09-15 13:01:31 -07:00
Tommaso Pecorella
d01fcfd9ab update tutorial to describe Simulator::Stop 2014-09-15 11:29:15 -07:00
Piotr Gawlowicz
a9ef49d196 GSoC 2014 FFR algorithms 2014-09-05 01:12:55 +02:00
Anh Nguyen
a64d69ce19 documentation for CoDel queue 2014-09-04 12:33:50 -07:00
Peter D. Barnes, Jr.
16af384434 [Sphinx] Attributes manual chapter 2014-08-18 17:43:37 -07:00
Tom Henderson
08a075ef1d fix lr-wpan documentation build 2014-04-30 13:40:07 -07:00
Tom Henderson
b5f0ebcab2 add lr-wpan documentation links to model library Makefile 2014-04-25 14:50:39 -07:00
Tom Henderson
f30b671683 clarify some points about the ConfigStore 2014-04-28 10:50:25 -07:00
Tom Henderson
3588837aa6 fix typo 2014-04-28 10:38:37 -07:00
Peter D. Barnes, Jr.
cf7605fafc [doxygen] Clarify doxygen.conf PREDEFINED variable. 2014-03-10 12:52:16 -07:00
Peter D. Barnes, Jr.
a274c8ea37 [doxygen] Make introspected lists more visible, various other doxy 2014-03-10 10:57:50 -07:00
Peter D. Barnes, Jr.
104ff32b23 [doxygen] Stop warnings from NS_LOG_COMPONENT_DEFINE and NS_OBJECT_ENSURE_REGISTERED 2014-03-05 16:55:49 -08:00
Peter D. Barnes, Jr.
bfeb265434 [doxygen] Preserve modified doxygen.conf during doxygen.warnings.report.sh run 2014-03-05 16:35:00 -08:00
Tom Henderson
3e16d73f38 add release step for documentation 2014-02-27 06:34:42 -08:00
John Abraham
208294924d NetAnim: Update Documentation 2014-02-09 19:49:01 -08:00
Peter D. Barnes, Jr.
8d73d7448e [tutorial] Introduce more waf options and best work practices. 2014-02-04 16:14:44 -08:00
Peter D. Barnes, Jr.
3de55e7d5e [doxygen] Attempt to fix tooltip issue distorting some pages.
These configs have been tested with doxygen 1.8.1.1 through 1.8.6
2014-01-31 13:11:18 -08:00
Peter D. Barnes, Jr.
7fe84f050c Allow doxygen to find generated include files, such as ns3/core-config.h 2014-01-29 18:58:31 -08:00
Peter D. Barnes, Jr.
9e3bec943f Emacs mode line. 2014-01-29 17:41:03 -08:00
Nicola Baldo
fc244dde4d fixed Bug 1730 - no model library documentation for spectrum module 2013-12-24 18:22:02 +01:00
Nicola Baldo
ff91dd3e26 fixed Bug 1820 - models library doc: make should not rm -rf figures by default 2013-12-24 17:29:54 +01:00
Peter D. Barnes, Jr.
1558d08adf [Doxygen] Enable autobrief, as claimed by the manual.
Clarify manual to state that first *sentence* will be used as the
brief documentation.

Thanks to Budiarto Herman <budiarto.herman@magister.fi> for pointing
out the required configuration.
2013-12-18 11:24:36 -08:00
Peter D. Barnes, Jr.
d352331827 [sphinx] fix build error 2013-12-12 15:12:52 -08:00
Peter D. Barnes, Jr.
16219843f0 [sphinx] Use :rfc:6284 to create links to RFCs 2013-12-12 15:12:11 -08:00
Peter D. Barnes, Jr.
8ef0956af1 [Bug 1496] Finish the documentation.
Also amended scratch-simulator so printing the list of log
components works as advertised.
2013-12-12 14:42:43 -08:00
Tommaso Pecorella
1951adcd6c Fix sixlowpan module documentation (thanks Peter) 2013-12-12 09:12:36 +01:00
Peter D. Barnes, Jr.
3c2f2a51ca Manual chapter on documentation. 2013-12-11 15:18:55 -08:00
Peter D. Barnes, Jr.
e852bd8b8f Fix report count by module. 2013-12-11 11:57:48 -08:00
Peter D. Barnes, Jr.
2a479f198a Add options to filter by module or regular expression. 2013-12-10 08:02:07 -08:00
Tommaso Pecorella
f27ed705b5 6LoWPAN module 2013-12-07 08:08:53 +01:00
Peter D. Barnes, Jr.
229afd99d0 Fix bug reported by Daniel Lertpratchya <nikkipui@gmail.com>:
On Dec 6, 2013, at 8:28 AM, Daniel Lertpratchya <nikkipui@gmail.com>
 wrote:
I recently ran the doxygen.warnings.report.sh script and I got the
following error. I tried on a fresh copy of ns-3-dev and Brian
also has the same problem.

'build' finished successfully (1.649s)

Rebuilding doxygen docs with full errors...Done.
mv: missing destination file operand after ‘doc/doxygen.log’
Try 'mv --help' for more information.
No filters.

cat: doc/doxygen.warnings.log: No such file or directory
grep: doc/doxygen.warnings.log: No such file or directory
cat: doc/doxygen.warnings.log: No such file or directory

On Dec 6, 2013, at 10:36 AM, Daniel Lertpratchya <nikkipui@gmail.com>
 wrote:
I think doxygen.warnings.report.sh line 150 should be changed from
$log to $LOG. That seems to fix the problem for me.
2013-12-06 13:37:03 -08:00
Peter D. Barnes, Jr.
ca69a3255e Tweak sorting of files. 2013-12-04 15:52:48 -08:00
Peter D. Barnes, Jr.
43fb06b64c doxygen.warnings.report.sh new functionality.
You can now point to the standard log file, or specific log file.

You can also filter out test and examples.


Usage: doxygen.warnings.report.sh.mod [-eth] [-f <log-file> | -l | -s]

Run doxygen to generate all errors; report error counts
by module and file.

The default behavior is to modify doxygen.conf temporarily to
report all undocumented elements, and to reduce the run time.
The output of this special run is kept in doc/doxygen.warnings.log.
The -f or -l options use alternate log files.

-e  Filter out warnings from */examples/*
-t  Filter out warnings from */test/*

-f  Skip doxygen run; use existing <log-file>.
-s  Skip doxygen run; use existing warnings log doc/doxygen.warnings.log
-l  Skip doxygen run; use the normal doxygen log doc/doxygen.log
Only the first of -f <log-file>, -s, or -l will have effect.

-h  Print this usage message
2013-12-04 15:37:57 -08:00
Tom Henderson
0de0dbca1d improve numerical sorting, and support for analyzing existing file 2013-12-03 11:11:43 -08:00
Junling Bu
044cba4bbd base implementation of the IEEE 802.11p standard 2013-12-03 11:25:59 -08:00
Tom Henderson
ba992c272d fix outdated reference 2013-11-27 21:24:31 -08:00
Tom Henderson
763e433c88 update server hostname 2013-11-16 09:38:53 -08:00
Peter D. Barnes, Jr.
cce3b82113 Remove extra ':'s 2013-11-14 16:57:49 -08:00
Daniel Lertpratchya
3cde3fa84b Update ns-3 wiki URL 2013-11-13 16:06:43 -05:00
Budiarto Herman
9fdf10eb97 merge from ns-3-dev branch to GSoC branch 2013-11-08 12:09:58 +01:00
Tom Henderson
47b12b8bec update documentation for generating new modules 2013-10-22 08:12:46 -07:00
Budiarto Herman
41d7f8e590 Updated the 'Handover simulation campaign' section of LTE module user documentation with a figure and averaged results over different RngRun 2013-09-22 20:34:55 +03:00
Budiarto Herman
397689f94e Renamed LTE initial cell selection figure 2013-09-15 22:43:30 +03:00
Budiarto Herman
70970ce418 Revamped lte-cell-selection test suite with better success probability 2013-09-15 20:54:03 +03:00
Budiarto Herman
6af79bf7df Updated lte-handover-target testing documentation 2013-09-11 14:38:13 +03:00
Tom Henderson
c5971345d1 hg root cannot be used on non-mercurial repositories 2013-09-06 18:46:39 -07:00
Tom Henderson
a4e2db1b6d update repository to start work on ns-3.19 2013-08-29 23:36:42 -07:00
Tom Henderson
fb8816e2e8 add data collection chapter to the tutorial 2013-08-28 20:53:04 -07:00
Tom Henderson
b7d694683f update introduction of tutorial 2013-08-28 17:13:51 -07:00
Tom Henderson
3a3299d6eb a few tutorial edits 2013-08-25 17:15:53 -07:00