Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

remove tagging in code tags

Status
Not open for further replies.
Experienced Elementalist
Joined
Mar 12, 2015
Messages
238
Reaction score
43
Java uses @ in its code (i dont really know about other languages)

So when, for example, I use override in a code and release it here, this will happen;

Code:
@override
public String toString() {
    return null;
}

I honestly have no idea if this has been asked before, forgive me if it has, but is it possible to remove tagging in code tags?

edit:
wtf it doesnt work here o.0



Code:
@param @[I][B][URL="http://forum.ragezone.com/members/850422.html"]return[/URL][/B][/I]
figured it out, no one is called override



Code:
f@param @[I][B][URL="http://forum.ragezone.com/members/850422.html"]return[/URL][/B][/I]
figured it out figured out, if its the first character in the code tag, it doesnt work
 
Status
Not open for further replies.
Back
Top