Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8cdb2e2d authored by Robert Ly's avatar Robert Ly
Browse files

adding the usb apis to the resources browser

Change-Id: I79e9f93ebfa3aaf03e4f4deeb70d6c5a7a4ad07f
parent 1f07f125
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -438,6 +438,8 @@ web_docs_sample_code_flags := \
		            resources/samples/TicTacToeLib "TicTacToeLib" \
		-samplecode $(sample_dir)/TicTacToeMain \
		            resources/samples/TicTacToeMain "TicTacToeMain" \
		-samplecode $(sample_dir)/USB \
		            resources/samples/USB "USB" \
		-samplecode $(sample_dir)/WeatherListWidget \
		            resources/samples/WeatherListWidget "Weather List Widget" \
		-samplecode $(sample_dir)/Wiktionary \
+10 −0
Original line number Diff line number Diff line
@@ -605,6 +605,16 @@ var ANDROID_RESOURCES = [
      en: 'Demonstrates how an application can make use of shared code and resources stored in an Android library project.'
    }
  },
  {
    tags: ['sample', 'new', 'newfeature'],
    path: 'samples/USB/index.html',
    title: {
      en: 'USB'
    },
    description: {
      en: 'A set of samples that demonstrate how to use various features of the USB APIs.'
    }
  },
  {
    tags: ['sample', 'ui', 'widgets'],
    path: 'samples/Wiktionary/index.html',