Commit Graph

11932 Commits

Author SHA1 Message Date
Peter D. Barnes, Jr.
6254c4b242 [Doxygen] Remove trivial and/or misused groupings 2014-10-08 20:58:33 -07:00
Peter D. Barnes, Jr.
2aebf37542 Sphinx] Reduce build chatter 2014-10-08 17:48:38 -07:00
Peter D. Barnes, Jr.
9e5633feff [Sphinx] fix error 2014-10-08 17:47:34 -07:00
Peter D. Barnes, Jr.
792c339edc [Doxygen] Include the size of registered types in the long description for the class. 2014-10-08 13:52:14 -07:00
Peter D. Barnes, Jr.
06777c4102 Missing NS_OBJECT_ENSURE_REGISTERED 2014-10-08 13:51:06 -07:00
Peter D. Barnes, Jr.
bdad6336fe [Doxygen] Remove emu/examples 2014-10-08 12:02:05 -07:00
Tommaso Pecorella
fcda743c44 [Doxygen] network module 2014-10-07 21:37:00 +02:00
Peter D. Barnes, Jr.
9346f805f2 Generate doxygen list of all LogComponents 2014-10-06 17:24:00 -07:00
Peter D. Barnes, Jr.
b2dc58dcb9 Use StringValue instead of PointerValue (CreateObject... in AddAttribute calls 2014-10-06 17:22:59 -07:00
Peter D. Barnes, Jr.
6313928fbc [doxygen] print-introspected-doxygen.cc 2014-10-05 20:42:52 -07:00
Peter D. Barnes, Jr.
a4d68196e7 Refactor print-introspected-doxygen.cc 2014-10-05 17:58:48 -07:00
Peter D. Barnes, Jr.
132655443b Patches to doxygen.warnings.report.sh:
Don't assume we're in a repo.
Only count unique warnings.
2014-10-03 16:01:49 -07:00
Peter D. Barnes, Jr.
c10b5622a0 [Doxygen] Minor fix-ups 2014-10-08 11:59:31 -07:00
Tom Henderson
d471d382ac rescan bindings 2014-10-07 12:19:52 -07:00
Tommaso Pecorella
899626019f [Doxygen] minor fixes 2014-10-03 23:51:58 +02:00
Tommaso Pecorella
bd3ba18da4 [Doxygen] LTE Asn1Header 2014-10-06 22:36:50 -07:00
Tommaso Pecorella
a49957015e [Doxygen] propagation module fixes 2014-10-03 22:41:44 +02:00
Tommaso Pecorella
4943ed3c70 [Doxygen] internet module fixes 2014-10-03 17:10:26 +02:00
Natale Patriciello
d9b1ff4d71 Point-to-point documentation patch 2014-10-06 16:48:51 -07:00
Tom Henderson
1ba5df7bc3 add doxygen 2014-10-06 16:32:44 -07:00
Budiarto Herman
6603ec2fb3 LTE doxygen additions 2014-10-06 16:05:46 -07:00
Tiago Cerqueira
cedd6d624b Doxygen for mobility module 2014-10-06 16:00:06 -07:00
Tom Henderson
0bb6e095b3 bug 1343 (documentation): emu-udp-echo-client/server.cc missing, but referenced in HOWTOs 2014-10-06 14:52:08 -07:00
Tom Henderson
94cd3d8542 remove deprecated emu module 2014-10-06 14:50:49 -07:00
Tom Henderson
d00ccf814c add missing GPLs 2014-10-06 10:24:56 -07:00
Peter D. Barnes, Jr.
4cb9c7b916 TracedCallback function signatures, the simple ones.
These are TracedCallback function signatures for traces sources
using a single argument.
2014-10-03 02:24:42 -07:00
Tom Henderson
4cd32401ec clarify how to properly create random variable objects 2014-12-04 12:14:46 -08:00
Sébastien Deronne
0976e2d58a fix typos in wifi module 2014-12-03 14:47:28 -08:00
Nicola Baldo
a47df0d6a3 clarified PRACH Config Index assumption in LTE docs 2014-12-04 12:49:50 +01:00
Nicola Baldo
4e9c93545f added LTE troubleshooting and debugging tips 2014-12-04 12:24:38 +01:00
Peter D. Barnes, Jr.
5b9e3507b7 [Bug 2022] Spurious characters in config paths
On Nov 24, 2014, at 12:48 PM, Tom Henderson <tomh@tomh.org> wrote:
> On 11/24/2014 12:39 PM, Peter Barnes wrote:
>> I see the '%' being use in two places, beginning at line 1156 in
>> StaticInformation::DoGather ()
>>
>> Mitch used the % to escape the class names so doxygen wouldn't
>> create links.  I'm not sure why the links are bad.  Is the config
>> path token with '::' sometimes not the same as a class name?
>> Then doxygen would be looking for a non-existent class and
>> complaining, so suppressing might be good.
>>
>> Looks like I might have added the surrounding '"' in r10977.
>> Could this be the problem?
>
> Not sure.  Let me know if you don't get to this before you
> disappear for a while, and I'll pick it up if so.

Removing the quotes fixes the problem.

Removing the '%' (and leaving the quotes) fixes the problem.
This is my preferred solution, since it's a reminder that
the config path is just a string.

So my recommendation is to remove the temporaryCharacter
formatting string completely.
2014-12-03 15:27:46 -08:00
Sébastien Deronne
8bdfaee6e9 bug 1758: Missing Yans and Nist error rate models for 5/6 code rate of 802.11n HT 2014-11-29 10:13:25 -08:00
Sébastien Deronne
81b4f79c43 bug 2020: Erroneous MCS field in 802.11n PCAP files 2014-11-29 09:57:24 -08:00
Peter D. Barnes, Jr.
cc56e83767 TracedValue callback function signatures. 2014-10-02 21:17:48 -07:00
Peter D. Barnes, Jr.
24144c56f9 Implementation for documenting TracedValue and TracedCallback signatures. 2014-10-02 21:05:15 -07:00
Peter D. Barnes, Jr.
179361f956 Reflow tutorial page 2014-09-25 14:11:46 -07:00
Peter D. Barnes, Jr.
fd0426c762 Replace erroneous "using namespace ns3" with namespace ns3. 2014-10-02 21:07:20 -07:00
Tom Henderson
c9f4bc4e68 bug 1551 postfix: enable logging for functions outside namespace ns3 2014-10-01 20:50:46 -07:00
Gustavo Carneiro
504c41fa1b Pull new pybindgen version to fix the build, again. 2014-09-29 22:07:14 +01:00
Gustavo Carneiro
853105d4bd Use pybindgen revno 885 to pull container ref bug fix 2014-09-28 17:21:26 +01:00
Gustavo Carneiro
285124fa83 I meant to bump pybindgen version up, not down. Use latest PBG version. 2014-09-28 16:56:37 +01:00
Gustavo Carneiro
a8b9cb97c2 Python: rescan bindings 2014-09-28 12:41:46 +01:00
Gustavo Carneiro
d880a29e2d Python bindings: fix generation of callback wrappers with the newest pybindgen 2014-09-28 12:39:26 +01:00
Peter D. Barnes, Jr.
bfdb6ef10a [Bug 1551] Redux: NS_LOG_COMPONENT_DEFINE inside or outside of ns3 namespace? 2014-09-26 15:51:00 -07:00
Peter D. Barnes, Jr.
3611bd11a5 [Bug 1551] NS_LOG_COMPONENT_DEFINE inside or outside of ns3 namespace? 2014-09-26 12:44:13 -07:00
Peter D. Barnes, Jr.
b489a74147 Verbose option to doxygen.warnings.report.sh: includes doxygen build chatter. 2014-09-26 12:25:13 -07:00
Tommaso Pecorella
5d52c03318 Bug 652 - no public API for IPv4 neighbor table - Print functions 2014-09-20 23:53:22 +02:00
Tommaso Pecorella
78985e5d68 Avoid forward declaration if not needed - silence Eclipse warning 2014-09-19 22:08:58 +02:00
Tommaso Pecorella
4231c89fee Example ht-wifi-network contains old random variable syntax 2014-09-19 22:07:09 +02:00
Tommaso Pecorella
e6a48c0188 Bug 1983 - FlowMonitor returns containers copies instead of references 2014-09-19 21:25:48 +02:00