Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 38a5b81b525d06bd904d1c04aa85923974a9833e (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
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
   <extension
         id="library"
         name="Libstdc++ Library"
         point="org.eclipse.linuxtools.cdt.libhover.library">
      <library
            docs="https://gcc.gnu.org/onlinedocs/libstdc++/manual/index.html"
            location="http://www.sourceware.org/eclipse/libhover/libstdc++-v3.libhover"
            name="libstdc++ library"
            type="C++">
      </library>
   </extension>
   <extension
         point="org.eclipse.help.toc">
      <toc
            file="toc.xml"
            primary="false">
      </toc>
   </extension>

</plugin>

Back to the top