9f12a9da8d
*api: convert <type scope="bar">Foo</type>
...
This looks much better now.
sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g'
Change-Id: I94cd0f93afa89855b62dadeb229d2b2e1775cd80
2013-06-04 12:01:00 +02:00
944eb99027
*api: convert <type>Foo</type>
...
Doxygen does not know type element and will recognize strings that
contain capital letter (all API types do) automatically as type.
This patch removes 15k doxygen warnings.
git ls-files | grep \\.idl | xargs sed -i "s,<type>\([^<]\+\)</type>,\1,"
Change-Id: I45c07cf0b115d5fb5353f4aa9719839615ea1150
2013-06-04 12:00:59 +02:00
fc29987385
Remove comment art from offapi and udkapi
...
I used this "one-liner" to detect comment lines containing
only spaces and '=' or '-'
$ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \;
Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07
2012-08-12 19:29:16 +02:00
85e94e11bc
remove empty ascii boxes and stuff II
...
Change-Id: I7fc113f8d59f7c82bae6acace7bf4230b4c2bbea
2012-08-07 18:08:29 +02:00
63607e9e07
re-base on ALv2 code.
2012-06-12 14:56:28 +01:00
91894d52b6
add mode-lines to .idl files
2012-01-05 09:18:17 +00:00
45e7a5b78c
Strip include guards in idl files
2011-04-02 00:08:53 +02:00
7c80db2eb3
changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-12 15:01:35 +01:00
e5720d093e
INTEGRATION: CWS changefileheader (1.3.84); FILE MERGED
...
2008/03/31 16:05:11 rt 1.3.84.1: #i87441# Change license header to LPGL v3.
2008-04-11 04:19:28 +00:00
69ab5e221c
INTEGRATION: CWS dba24d (1.2.196); FILE MERGED
...
2007/11/30 21:39:44 fs 1.2.196.1: warning-free autodoc: 'Confusion or Misuse of <Type> vs. <Member>' warning cause fixed
2008-01-30 07:18:50 +00:00
6d3f1ee451
INTEGRATION: CWS updatefeed (1.1.2); FILE ADDED
...
2006/12/04 16:14:11 kso 1.1.2.1: #i72238# - new interface: XInteractionRequestStringResolver
- new service: InteractionRequestStringResolver
2006-12-13 14:14:15 +00:00