Commit Graph

10472 Commits

Author SHA1 Message Date
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
Peter D. Barnes, Jr.
b6b1371fd1 [doxygen] Uan module 2013-12-04 13:29:04 -08:00
Tommaso Pecorella
1cc097b05a Set correct packet size in IPv4 header after reassembly. 2013-12-04 20:56:33 +01:00
Tommaso Pecorella
1cb6b1dc86 Bug 1802 - FlowMon header deserialization problem with IPv4 fragments 2013-12-02 23:05:14 +01:00
Tom Henderson
d0a414b7d5 add virtual destructor 2013-12-03 17:06:35 -08:00
Tom Henderson
bb98e9ad55 rescan wifi bindings to remove premature TimeUnits bindings 2013-12-03 17:06:13 -08:00
Tommaso Pecorella
668d3df3e5 Fix ErrorChannel Add 2013-12-03 23:04:39 +01:00
Tommaso Pecorella
9106524e8c Fix ErrorChannel Send 2013-12-03 22:49:51 +01:00
Tom Henderson
6c601767c8 add wave bindings 2013-12-03 13:46:53 -08:00
Tom Henderson
82fb571d05 rescan wifi bindings 2013-12-03 13:07:43 -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
Vedran Miletić
f1f6d27091 Fix doxygen errors in src/network, excluding 'is not documented' missing documentation 2013-12-02 23:02:39 +01:00
Tommaso Pecorella
bd6c92c79f Bug 1807 - Multiple bugs in Ipv4L3Protocol::LocalDeliver 2013-12-02 19:36:49 +01:00
Tommaso Pecorella
de5acedb80 Removed useless class from Internet tests 2013-11-30 12:38:22 +01:00
Tommaso Pecorella
649862bd07 Fix OnOffApplication (clang errors) 2013-11-29 19:33:49 +01:00
Tom Henderson
24c15324a0 rescan lte bindings 2013-11-29 07:43:48 -08:00
Tommaso Pecorella
c60bb0e13c Bug 938 - missing Doxygen in ns-3 (applications model + helper) 2013-11-28 22:26:41 +01:00
Tom Henderson
ba992c272d fix outdated reference 2013-11-27 21:24:31 -08:00
Marco Miozzo
905ba123eb merge 2013-11-27 13:14:03 +01:00
Brian Swenson
d26723ce24 python bindings fix 2013-11-26 10:21:36 -05:00
Marco Miozzo
6c331e9627 merge 2013-11-26 12:18:53 +01:00
Marco Miozzo
70422516a9 fixed Bug 1803 - Lookup /NodeList/4/DeviceList/0/LteEnbRrc/UeMap/0 got no matches 2013-11-26 12:18:33 +01:00
Nicola Baldo
9dd092a374 updated LTE docs for abstract EpcHelper 2013-11-25 12:44:34 +01:00
Nicola Baldo
cc5715fc43 merge 2013-11-25 12:16:19 +01:00
Tommaso Pecorella
28906f3245 Bug 983 - missing Doxygen in ns-3 (flow-monitor model + helper) 2013-11-21 20:35:28 +01:00
Tommaso Pecorella
dd20c79584 Bug 938 - missing Doxygen in ns-3 (internet model + helper) 2013-11-20 20:15:02 +01:00
Vedran Miletić
a3e7cb04e6 Remove unused consts to fix building with Clang 3.4 pre-release versions 2013-11-24 23:48:49 +01:00
Tommaso Pecorella
9d0747d32c Bug 1798 - Changing the rate of onOffApplication might stop transmission 2013-11-23 15:05:28 +01:00
Tommaso Pecorella
331a645768 topology-read doxygen fix 2013-11-20 20:12:13 +01:00
Vedran Miletić
ad96327325 Fix optimized build with Clang 3.2+ (remove unused variables from tests) 2013-11-21 13:49:39 +01:00
Tom Henderson
c05f78550c postfix bug 1776; add missing files 2013-11-19 09:52:27 -08:00
Tom Henderson
71d515c83d update RELEASE_NOTES and CHANGES.html for TapBridge changes 2013-11-19 09:47:40 -08:00
Nicola Baldo
0c7f5ca3d2 merge 2013-11-19 17:16:22 +01:00
Nicola Baldo
4ce28e76f1 kill dead code in spectrum-error-model.h 2013-11-19 16:46:32 +01:00
Nicola Baldo
dd7459606e added missing SpectrumErrorModel::GetTypeId () 2013-11-19 16:44:49 +01:00
Piotr Jurkiewicz
ad2239fe80 bug 1778: TapBridge linkUp notification patch (modified by Tom Goff) 2013-11-19 06:52:02 -08:00
Piotr Jurkiewicz
adb677eddd bug 1777: TapBridge address learning patch (modified by Tom Goff) 2013-11-19 06:50:18 -08:00
Piotr Jurkiewicz
a3f979febf bug 1776: improve Csma CRC performance 2013-11-19 06:36:55 -08:00
Peter D. Barnes, Jr.
0f42e4c34c [doxygen] Rename examples classes "A" 2013-11-18 12:39:40 -08:00
Jared Ivey
da4b470778 doxygen warnings for stats module 2013-11-18 09:51:24 -08:00
Budiarto Herman
1f27f3f987 doxygen warnings for lte module 2013-11-18 08:56:54 -08:00
Daniel Lertpratchya
c56b925dff doxygen warnings for wifi module 2013-11-18 08:55:45 -08:00
Tom Henderson
afdb830d5c update comment to align with ns-3.18.1 2013-11-18 08:53:07 -08:00
Tom Henderson
7315243e84 update RELEASE_NOTES and CHANGES.html for new release 2013-11-18 08:37:37 -08:00
Tom Henderson
cc8ccb3cc3 update RELEASE_NOTES and CHANGES.html for ns-3.18.1 release 2013-11-18 08:35:19 -08:00
Nicola Baldo
2290a2beef optimize LteMiErrorModel::Mib () 2013-11-18 18:33:01 +01:00
Nicola Baldo
639d8a219f fixed integer constant too large compilation error with gcc 4.3.2 2013-11-18 15:51:51 +01:00
Nicola Baldo
36d7a434dc merge 2013-11-18 13:28:05 +01:00