Skip to content

Commit 4228059

Browse files
committed
Add documentation for MarkDirectoryAsMagentoContentRot class
Added a Javadoc comment explaining the purpose of the MarkDirectoryAsMagentoContentRot class. This provides clarity on its role in marking a selected directory as a Magento content root.
1 parent cdf4f18 commit 4228059

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/com/magento/idea/magento2plugin/actions/content/root/MarkDirectoryAsMagentoContentRot.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
public class MarkDirectoryAsMagentoContentRot extends MarkRootActionBase {
3030
private Project project;
3131

32+
/**
33+
* This action is used to mark a selected directory as
34+
* a Magento content root within the project structure.
35+
*/
3236
public MarkDirectoryAsMagentoContentRot() {
3337
super();
3438
final Presentation presentation = this.getTemplatePresentation();

0 commit comments

Comments
 (0)