Skip to content

Commit 315c8c7

Browse files
author
jan
committed
add some documentation
1 parent cd17da6 commit 315c8c7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

io.sloeber.core/src/io/sloeber/core/api/ISloeberConfiguration.java

+8
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@ public static ISloeberConfiguration getConfig(IAutoBuildConfigurationDescription
115115

116116
public Set<IFolder> getIncludeFolders();
117117

118+
/**
119+
* Add libraries to the configurations
120+
* Some libraries contain subfolders that need to be ignoreed.
121+
* Therefore the configuration description may change.
122+
*
123+
* @param librariesToAdd
124+
* @return true if when cCorePlugin.setProjectDescription needs to be called
125+
*/
118126
public boolean addLibraries(Collection<IArduinoLibraryVersion> librariesToAdd);
119127
public boolean removeLibraries(Collection<IArduinoLibraryVersion> librariesToRemove);
120128

0 commit comments

Comments
 (0)