diff options
-rw-r--r-- | .cproject | 10 | ||||
-rw-r--r-- | .settings/org.eclipse.cdt.core.prefs | 6 |
2 files changed, 15 insertions, 1 deletions
@@ -72,6 +72,10 @@ <listOptionValue builtIn="false" value=""${workspace_loc:/direct_bt/include}""/> <listOptionValue builtIn="false" value="/usr/include/c++/9/"/> + + <listOptionValue builtIn="false" value=""${workspace_loc:/direct_bt/build-x86_64/java/CMakeFiles/tinybjar.dir/jni}""/> + + <listOptionValue builtIn="false" value=""${workspace_loc:/direct_bt/java/jni}""/> </option> @@ -171,11 +175,15 @@ <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="api/ieee11073"/> + <entry excluding="direct_bt/|tinyb/" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="build-x86_64/src"/> + <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="examples/direct_bt_scanner"/> <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="include/cppunit"/> - <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="java/jni"/> + <entry excluding="direct_bt|tinyb/" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="java/jni"/> + + <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="java/jni/direct_bt"/> <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="src/direct_bt"/> diff --git a/.settings/org.eclipse.cdt.core.prefs b/.settings/org.eclipse.cdt.core.prefs new file mode 100644 index 00000000..c8ec5df2 --- /dev/null +++ b/.settings/org.eclipse.cdt.core.prefs @@ -0,0 +1,6 @@ +doxygen/doxygen_new_line_after_brief=true +doxygen/doxygen_use_brief_tag=false +doxygen/doxygen_use_javadoc_tags=true +doxygen/doxygen_use_pre_tag=false +doxygen/doxygen_use_structural_commands=false +eclipse.preferences.version=1 |