Author Topic: how to prevent hyperlinks in generated source code  (Read 1965 times)

hydrofoor

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
how to prevent hyperlinks in generated source code
« on: May 24, 2013, 06:21:53 pm »
Hello,

When generating C source code, any links created in the notes to other elements in the model end up as hyperlinks in the generated source code.
E.g.
   'See ClassA'
becomes
   '/*See <a href="$element:..... */'
I've been searching for ways to have the element name 'ClassA' end up in the source code iso the hyperlink.

(How) can I get what I want?
txs
erik
« Last Edit: May 24, 2013, 06:23:04 pm by hydrofoor »