Tommaso Pecorella
f195a9749f
Bug 1601 RttEstimator doesn't set m_currentEstimatedRtt fix
2013-04-19 12:18:00 -04:00
Tom Henderson
d999b6f255
add documentation for error models
2013-03-18 22:29:43 -07:00
Timo Lindhorst
48fef4ba27
bug 1586: building documentation fails if make runs in parallel
2013-02-18 21:01:50 -08:00
Vedran Miletić
e99b43d230
Minor fixes and improvements to logging chapter in manual.
2012-12-28 04:22:19 +01:00
Tom Henderson
d1532d5a25
start the logging chapter of the manual
2012-12-24 08:27:19 -08:00
Tom Henderson
94d3648767
update release steps documentation
2012-12-24 06:17:58 -08:00
Peter D. Barnes, Jr.
efe21f7763
Use uint32/64/_t instead of Hash32/64_t
2012-11-13 16:41:46 -08:00
Peter D. Barnes, Jr.
6a6b5699b8
Incremental hashing, fix hash function ptr, additional test cases, check-style.
2012-11-13 16:40:29 -08:00
Peter D. Barnes, Jr.
c7c2e78add
Add missing links to manual page.
2012-11-13 16:39:44 -08:00
Peter D. Barnes, Jr.
a2019b566f
Add FNV1a, manual documentation.
2012-11-13 16:30:38 -08:00
Junling Bu
0810c53b4e
fix typo in attributes section of manual
2013-07-09 06:15:20 -07:00
Tom Henderson
f90dfe8259
update release_steps for website
2013-07-09 06:09:38 -07:00
Tom Henderson
6fdebea333
fix manual Makefile
2013-07-07 14:17:28 -07:00
Peter D. Barnes, Jr.
daefbadea4
Doxygenate \internal
2013-07-03 15:05:17 -07:00
Edvin Močibob
7118ff0dc9
Briefly document two and three bound callback
2013-07-03 21:43:05 +02:00
Peter D. Barnes, Jr.
397b75c1b4
Merge
2013-06-26 16:43:20 -07:00
Tom Henderson
ffd2a5f0b1
build the manual in the same way as model library documentation, in a temporary directory
2013-06-18 21:49:35 -07:00
Tom Henderson
63606febe2
remove tools module
2013-06-18 13:47:15 -07:00
Alexander D'souza
66120cc3fc
bug 1694: documentation fix
2013-06-12 06:22:36 -07:00
Peter D. Barnes, Jr.
6b39f62563
Run introspection before doing doxygen warnings report
2013-06-11 16:43:36 -07:00
Peter D. Barnes, Jr.
4998f46162
Allow oxygen grouping using /**@{*/, etc.
2013-05-31 14:37:49 -07:00
Peter D. Barnes, Jr.
5cd2be069a
Use a common portable pdf rescaling script.
2013-05-31 12:03:40 -07:00
Peter D. Barnes, Jr.
6eab23c955
Show files with doxygen warnings in numerical order
2013-05-31 12:01:51 -07:00
Peter D. Barnes, Jr.
7750a2adc5
Create the sphinx _static output directories
2013-05-29 15:36:21 -07:00
Tom Henderson
0ad4bed9b1
documentation nits on release_steps.txt
2012-12-16 23:29:44 -08:00
Mathieu Lacage
ed50f05a76
start to document simulator in the manual
2012-12-16 22:52:36 -08:00
Tom Henderson
f1734920c9
bug 954: back out changesets 1a2abe07b53d, 8934b7c0c1cb, and 8ef8d8bae350
2012-12-15 23:02:03 -08:00
Vedran Miletić
182aa78793
Document building with distcc in tutorial, add it to RELEASE_NOTES and CHANGES.html.
2012-12-12 19:52:06 +01:00
Peter D. Barnes, Jr.
3086fb5c95
bug 954: Changing the simulation time resolution does not work well with attributes
2012-12-08 21:23:44 -08:00
Tom Henderson
baba76e10e
include BRITE documentation in the build
2012-12-06 08:45:57 -08:00
Tom Henderson
b542b4e940
clarify 'Modules not built' waf report
2012-12-05 20:45:38 -08:00
Vedran Miletić
a6836218f4
Minor fixes and corrections to tutorial formatting.
2012-12-04 13:56:31 +01:00
Vedran Miletić
070eeaa39a
Minor fixes and corrections to manual formatting.
2012-12-04 13:55:59 +01:00
Peter D. Barnes, Jr.
952d2a0c18
Automated merge with file:///Users/barnes26/Code/netsim/ns3/repos/ns-3-dev
2012-11-13 10:27:52 -08:00
Craig Dowell
86d985d22d
restore material from callbacks manual chapter that was truncated during conversion to Sphinx
2012-11-12 11:46:24 -08:00
Peter D. Barnes, Jr.
2ac8c210ba
Doxygen warnings report updates
...
Report total number of errors, files, directories (modules).
List all files with error count.
2012-11-09 17:56:59 -08:00
Peter D. Barnes, Jr.
546e80a186
Preserve doxygen.warnings.log from last report.
...
Direct doxygen warnings to doxygen.log.
doxygen.warnings.report.sh moves this to doxygen.warnings.log, so
subsequent normal oxygen builds don't overwrite it.
2012-11-07 14:29:47 -08:00
Peter D. Barnes, Jr.
cdb0b82540
[Bug 1521] Use custom doxygen run to log all errors in doxygen.warnings.report.sh
2012-11-07 13:21:37 -08:00
Peter D. Barnes, Jr.
da34714f2b
Revert to creating doxygen for *all* functions.
2012-11-07 12:58:29 -08:00
Peter D. Barnes, Jr.
900eec4066
[Bug 1521] Have doxygen log more warnings; remove obsolete items from log report script.
2012-11-05 13:52:58 -08:00
Tom Henderson
38f973aa5c
bug 1514: make TimeValue usage consistent in the tutorial
2012-10-21 15:48:47 -07:00
Tom Henderson
6db3db6bd7
fix small tutorial typo
2012-10-09 12:47:50 -07:00
Vedran Miletić
c3b411ac94
Improve logging part in tutorial, and make clear distinction between logging level and logging macro.
2012-10-07 14:37:05 +02:00
Tom Henderson
70a903d6e7
remove redundant file references
2012-09-25 06:51:40 -07:00
Mitch Watrous
fbdc39460e
Bug 1463 - ./test.py --example should automatically detect the path
2012-09-14 11:48:14 -07:00
Mitch Watrous
0d94e19894
Bug 1495 - test.py claims test passed when no test was run
2012-09-11 13:23:53 -07:00
Nicola Baldo
05e9aecdec
fixed Makefiles for LTE sphinx docs
2012-08-31 12:24:28 +02:00
Tom Henderson
21738c603d
update documentation: SeedManager->RngSeedManager
2012-08-30 20:30:52 -07:00
Tom Henderson
d293d8cc78
delete some stale documentation
2012-08-28 21:39:30 -07:00
Tom Henderson
9e6d98d75b
fix tutorial typo
2012-08-26 13:50:04 -07:00