File: formathtml.i

package info (click to toggle)
swig 1.1.p883-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 9,264 kB
  • ctags: 5,129
  • sloc: cpp: 20,856; ansic: 13,627; yacc: 3,314; python: 2,794; makefile: 2,216; perl: 1,970; tcl: 1,583; sh: 716; lisp: 201; objc: 143
file content (14 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// This file has some formatted HTML annotation in it.

%style contents="<h3>:</h3>"       
%title "Formatted HTML"

int foobar(int);
/* This is an HTML formatted comment 
<ul>
<li> List Item 1
<li> List Item 2
<li> List Item 3
</ul>
Some follow up text.
*/