Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ae928bb42d3e2ff086451c8ecc186deb2373b517 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
2009-08-06  Jeff Johnston  <jjohnstn@redhat.com>

	Resolves #285867
	* plugin.properties: Change Provider to Eclipse instead of Eclipse.org.

2009-08-05  Jeff Johnston  <jjohnstn@redhat.com>

	* plugin.properties: New file to fill in bundlename and provider.

2009-05-08  Jeff Johnston  <jjohnstn@redhat.com>

	* src/org/eclipse/linuxtools/cdt/libhover/libstdcxx/DoxygenCPPInfo.java (getParameters):
	New method. 
	(getReturn): Ditto. 
	(buildDoxygenCPPInfo): Add code to get detailed description and break this up into
	parameters and return value.  For return type, use refid to find a referenced class. 
	(getElementText): Fix to be recursive.

2009-02-10  Jeff Johnston  <jjohnstn@redhat.com>

	* .project: New file.
	* toc.xml: Add missing toc file referenced by plugin. 

2009-02-06  Jeff Johnston  <jjohnstn@redhat.com>

	* plugin.xml: Initial creation.
	* plugin.properties: Ditto.
	* toc.xml: Ditto.
	* build.properties: Ditto.
	* META-INF/MANIFEST.MF: Ditto.
	* about.html: Ditto.
	* src/org/eclipse/linuxtools/cdt/libhover/libstdcxx/DoxygenCPPInfo.java: New file
	for creating serialized LibHover info from libstdc++ Doxygen xml documentation.

Back to the top