//
// @page Tilde notation for links
//
// THIS PAGE REQUIRES the "AUTOLINKING OFF" SETTING.
//
// Test cases with expected results:
//
// - ~TCP: "TCP", hyperlinked
// - ~Hello: "Hello", with broken link indicated (e.g. with red text color)
// - ~~TCP: ~TCP (tilde plus "TCP")
// - ~~Hello: ~Hello (tilde plus "Hello")
// - ~~~TCP: tilde, plus "TCP" hyperlinked
// - ~~~Hello: tilde, plus "Hello" with indication of broken hyperlink
// - ~100: unchanged: ~100 (tilde plus 100)
// - ~~100: unchanged: ~~100 (double tilde plus 100)
// - ~, ~~: unchanged: ~, ~~ (tilde, double tilde)
// - \TCP: unchanged: \TCP (backslash plus TCP)
// - \\TCP: unchanged: \\TCP (double backslash plus TCP)
// - \, \\: unchanged: \, \\ (backslash, double backslash)
//
package org.omnetpp.neddoc;